home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…rary 6 (Reseller Edition) / Apple Ref. & Pres. Lib.v6.0.toast / pc / 3-Presentations / Markets / Education / HyperCard In Education / Plate Tectonics / background_2769.txt < prev    next >
Text File  |  1990-04-02  |  5KB  |  226 lines

  1. -- background: 2769 from stack: in
  2. -- bmap block id: 5102
  3. -- flags: 0000
  4. -- background id: 0
  5. -- name: 
  6.  
  7.  
  8. -- part 1 (field)
  9. -- low flags: 01
  10. -- high flags: 2004
  11. -- rect: left=1 top=1 right=38 bottom=281
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 0
  15. -- font id: 2
  16. -- text size: 24
  17. -- style flags: 0
  18. -- line height: 32
  19. -- part name: title
  20.  
  21.  
  22. -- part 2 (button)
  23. -- low flags: 00
  24. -- high flags: 0000
  25. -- rect: left=281 top=1 right=60 bottom=334
  26. -- title width / last selected line: 0
  27. -- icon id / first selected line: 0 / 0
  28. -- text alignment: 1
  29. -- font id: 0
  30. -- text size: 12
  31. -- style flags: 0
  32. -- line height: 16
  33. -- part name: Index
  34. ----- HyperTalk script -----
  35. on mouseUp
  36.   push card
  37.   visual dissolve slowly
  38.   go to card 1
  39. end mouseUp
  40.  
  41.  
  42.  
  43. -- part 3 (button)
  44. -- low flags: 00
  45. -- high flags: 0000
  46. -- rect: left=334 top=0 right=60 bottom=391
  47. -- title width / last selected line: 0
  48. -- icon id / first selected line: 0 / 0
  49. -- text alignment: 1
  50. -- font id: 0
  51. -- text size: 12
  52. -- style flags: 0
  53. -- line height: 16
  54. -- part name: 
  55. ----- HyperTalk script -----
  56. on mouseUp
  57.   push card
  58.   visual iris close slowly
  59.   go to card "Plate Tectonic Settings"
  60. end mouseUp
  61.  
  62.  
  63.  
  64. -- part 4 (button)
  65. -- low flags: 00
  66. -- high flags: 8004
  67. -- rect: left=89 top=293 right=342 bottom=195
  68. -- title width / last selected line: 0
  69. -- icon id / first selected line: 11052 / 11052
  70. -- text alignment: 0
  71. -- font id: 2
  72. -- text size: 14
  73. -- style flags: 0
  74. -- line height: 18
  75. -- part name: Collision Boundaries
  76. ----- HyperTalk script -----
  77. on mouseUp
  78.  
  79.   global cardname
  80.   get the short name of me
  81.   put it into cardname
  82.   --visual iris open
  83.   lock screen
  84.   go to card cardname
  85.   unlock screen with visual scroll right
  86. end mouseUp
  87.  
  88.  
  89.  
  90. -- part 5 (button)
  91. -- low flags: 00
  92. -- high flags: 8004
  93. -- rect: left=196 top=293 right=342 bottom=308
  94. -- title width / last selected line: 0
  95. -- icon id / first selected line: 24066 / 24066
  96. -- text alignment: 0
  97. -- font id: 2
  98. -- text size: 14
  99. -- style flags: 0
  100. -- line height: 18
  101. -- part name: Subduction Boundaries
  102. ----- HyperTalk script -----
  103. on mouseUp
  104.   push card
  105.   global cardname
  106.   get the short name of me
  107.   put it into cardname
  108.   --visual iris open
  109.   lock screen
  110.   go to card cardname
  111.   unlock screen with visual scroll right
  112. end mouseUp
  113.  
  114.  
  115.  
  116. -- part 6 (button)
  117. -- low flags: 00
  118. -- high flags: 8004
  119. -- rect: left=309 top=293 right=342 bottom=401
  120. -- title width / last selected line: 0
  121. -- icon id / first selected line: 18754 / 18754
  122. -- text alignment: 0
  123. -- font id: 2
  124. -- text size: 14
  125. -- style flags: 0
  126. -- line height: 18
  127. -- part name: Rift Boundaries
  128. ----- HyperTalk script -----
  129. on mouseUp
  130.   global cardname
  131.   get the short name of me
  132.   put it into cardname
  133.   --visual iris open
  134.   lock screen
  135.   go to card cardname
  136.   unlock screen with visual scroll right
  137. end mouseUp
  138.  
  139.  
  140.  
  141. -- part 7 (button)
  142. -- low flags: 00
  143. -- high flags: 8004
  144. -- rect: left=402 top=293 right=342 bottom=496
  145. -- title width / last selected line: 0
  146. -- icon id / first selected line: 22923 / 22923
  147. -- text alignment: 0
  148. -- font id: 2
  149. -- text size: 14
  150. -- style flags: 0
  151. -- line height: 18
  152. -- part name: Sliding Boundaries
  153. ----- HyperTalk script -----
  154. on mouseUp
  155.   global cardname
  156.   get the short name of me
  157.   put it into cardname
  158.   --visual iris open
  159.   lock screen
  160.   go to card cardname
  161.   unlock screen with visual scroll right
  162. end mouseUp
  163.  
  164.  
  165.  
  166. -- part 8 (button)
  167. -- low flags: 00
  168. -- high flags: 0000
  169. -- rect: left=395 top=1 right=61 bottom=452
  170. -- title width / last selected line: 0
  171. -- icon id / first selected line: 0 / 0
  172. -- text alignment: 1
  173. -- font id: 0
  174. -- text size: 12
  175. -- style flags: 0
  176. -- line height: 16
  177. -- part name: 
  178. ----- HyperTalk script -----
  179. on mouseUp
  180.   push card
  181.   visual iris close slowly
  182.   go to card "Evidence and HIstory"
  183. end mouseUp
  184.  
  185.  
  186.  
  187. -- part 9 (button)
  188. -- low flags: 00
  189. -- high flags: 0000
  190. -- rect: left=452 top=2 right=62 bottom=509
  191. -- title width / last selected line: 0
  192. -- icon id / first selected line: 0 / 0
  193. -- text alignment: 1
  194. -- font id: 0
  195. -- text size: 12
  196. -- style flags: 0
  197. -- line height: 16
  198. -- part name: 
  199. ----- HyperTalk script -----
  200. on mouseUp
  201.   push Card
  202.   visual iris close slowly
  203.   go to card "General Processes and Terms"
  204. end mouseUp
  205.  
  206.  
  207.  
  208. -- part 12 (button)
  209. -- low flags: 00
  210. -- high flags: A002
  211. -- rect: left=16 top=319 right=340 bottom=76
  212. -- title width / last selected line: 0
  213. -- icon id / first selected line: 0 / 0
  214. -- text alignment: 1
  215. -- font id: 0
  216. -- text size: 12
  217. -- style flags: 0
  218. -- line height: 16
  219. -- part name: Return
  220. ----- HyperTalk script -----
  221. on mouseUp
  222.   global ReturnCard
  223.   go ReturnCard
  224. end mouseUp
  225.  
  226.